<xs:simpleType name="PriceQualifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Codes zu Preisangabe</dt>
<dt>Codeliste: </dt>
<dt>AAA = Netto Preis</dt>
<dt>AAB = Brutto Preis</dt>
<dt>INF = Preisnformation. Nicht berechneter Preis</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Codes for definition of pricetypes</dt>
<dt>Code list: </dt>
<dt>AAA = Net price</dt>
<dt>AAB = Gross price</dt>
<dt>INF = Imformation only. not billed</dt>
</dl>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="3" />
<!-- <xs:enumeration value="AAA"> </xs:enumeration> -->
<!-- <xs:enumeration value="AAB"> </xs:enumeration> -->
<!-- <xs:enumeration value="INF"> </xs:enumeration> -->
</xs:restriction>
</xs:simpleType>
|